home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Workbench Add-On
/
Workbench Add-On - Volume 1.iso
/
BBS-Archive
/
Comm
/
AmiTCP30b2.lha
/
src
/
util
/
online
/
Smake.def
< prev
Wrap
Text File
|
1994-02-24
|
337b
|
17 lines
# $Id: Smake.def,v 3.1 1994/02/22 03:30:02 ppessi Exp $
PROG= online
SRCS= $(PROG).c
OBJS= $(PROG).o
LIBS= LIB netlib:sana2nb.lib
SCOPTIONS= DATA=faronly
LDFLAGS= Nostartup
#
# This rule is execute
# after install dependencies in template
# but before install rule in template
#
install:
$(INSTALL) $(PROG) $(DEST)bin/offline